|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
IP header structure. More...
Public Attributes | |
| byte | version |
| byte | headerLength |
| byte | typeOfService |
| short | totalLength |
| short | identification |
| byte | flags |
| short | fragmentOffset |
| short | ttl |
| short | protocol |
| short | checksum |
| ip | srcAddress |
| ip | dstAddress |
| int | options |
| int | padding |
Public Attributes inherited from Header | |
| Pdu | payload |
IP header structure.
| short IpHeader::checksum |
| ip IpHeader::dstAddress |
| byte IpHeader::flags |
| short IpHeader::fragmentOffset |
| byte IpHeader::headerLength |
| short IpHeader::identification |
| int IpHeader::options |
| int IpHeader::padding |
| short IpHeader::protocol |
| ip IpHeader::srcAddress |
| short IpHeader::totalLength |
| short IpHeader::ttl |
| byte IpHeader::typeOfService |
| byte IpHeader::version |